home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Re OpenDoc Includes CW vs O.3 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.4 KB  |  [TEXT/ttxt]

  1. Subject:     Re: OpenDoc Includes: CW vs OD
  2. Sent:        6/19/96 11:18 AM
  3. Received:    6/24/96 8:24 AM
  4. From:        Bernhard Damberger, damberge@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >>Doesn't really matter. What's on the OpenDoc DR5 is the OpenDoc 1.0.4. I
  9. >>don't know which version is on the CW9.
  10. >
  11. >How can I know the version of OpenDoc headers? I have looked at
  12. >Arbitrat.idl (the first file) and there is no version number there...
  13. >
  14.  
  15. There are several different kinds of versioning information in the OpenDoc
  16. headers:
  17. (1)  Do a Get Info on the .idl file and it will say "Version: OpenDoc(tm)
  18. 1.0.4" or whatever.
  19. (2)  The following idl files contain module statements wherein there is a
  20. version string defined for a particular subsystem:
  21.                 CmdDefs.idl
  22.                 ErrorDef.idl
  23.                 Foci.idl
  24.                 GeoTypes.idl
  25.                 ODRgstry.idl
  26.                 ODTypesB.idl
  27.                 ODTypesM.idl
  28.                 Polygon.idl
  29.                 StdDefs.idl
  30.                 StdExts.idl
  31.                 StdProps.idl
  32.                 StdTypes.idl
  33. (3) The actual SOM objects have a major and minor version defined in their
  34. implementation section.
  35.  
  36. Take your pick.
  37.  
  38. I don't think I have ever seen #defines or anything in any of the headers
  39. specifying what version the headers are.
  40.  
  41. Bernhard Damberger
  42. damberge@apple.com
  43. ODF Quality Guy
  44.  
  45.